home *** CD-ROM | disk | FTP | other *** search
- [mfsutl.zoo](520k) 0 0 755
- #
- # mfsutl.zoo is something of a strange subset. Here are the GNU utils
- # compiled with no TOS-like hashing of filenames into 8+3.
- #
- # The purpose of this is that 'make' as distributed is incapable of
- # finding a Makefile in its own directory. To solve this it is
- # necessary to use mfsconf.ttp to change the way files are referenced
- # on the minixfs filesystem. Unfortunately, doing this results in the
- # cp and rm and mv etc. programs failing ( and in fact deleting in
- # some cases ). So, here are a set of programs that will work properly
- # under the minixfs. No guarantees if you install them onto a TOS file-
- # system, though. This subset should be installed *only* if you use
- # minixfs.
- #
- # To get any use out of them, you'll have to have a line like ...
- #
- # mfsconf F: -l n -s n -d n
- #
- # ... in a startup script. I suggest you put this in the
- # file 'mint.cnf' in C:\mint. If you do this, the syntax is ...
- #
- # exec U:\usr\bin\mfsconf.ttp F: -l n -s n -d n
- #
- # ... which should be placed towards the end of the
- # mint.cnf file - certainly after the 'sln' statements.
- #
- # Note that you'll have to be pretty sure this is what you want. The
- # lower-case filenames screw up the fileselector on my system (TOS 1.6)
- # and GEMini doesn't like them either. (Actually mupfel is ok, it is
- # Venus that complains).
- #
- /bin/chgrp.ttp
- /bin/chmod.ttp
- /bin/chown.ttp
- /bin/cp.ttp
- /bin/dd.ttp
- /bin/du.ttp
- /bin/ln.ttp
- /bin/ls.ttp
- /bin/mkdir.ttp
- /bin/mv.ttp
- /bin/rm.ttp
- /bin/rmdir.ttp
- /usr/bin/dir.ttp
- /usr/bin/vdir.ttp
- /usr/bin/mfsconf.ttp
-